From d13cf37b3f19982e2089fb6cea17824acb9a8828 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 24 Jul 2016 14:59:33 -0400 Subject: [PATCH] glib.supp: Suppress some dynamic type registrations too These mirror the static ones, and we need the dynamic versions for glib-networking -> gnutls stuff. Closes: #410 Approved by: giuseppe --- tests/glib.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/glib.supp b/tests/glib.supp index 33449070..8129c3e2 100644 --- a/tests/glib.supp +++ b/tests/glib.supp @@ -15,6 +15,12 @@ ... fun:g_type_register_static } +{ + g_type_register_dynamic + Memcheck:Leak + ... + fun:g_type_register_dynamic +} { g_type_register_fundamental Memcheck:Leak @@ -49,6 +55,12 @@ ... fun:g_type_add_interface_static } +{ + g_type_add_interface_dynamic + Memcheck:Leak + ... + fun:g_type_add_interface_dynamic +} { g_param_spec_internal Memcheck:Leak -- 2.30.2